home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / autoop < prev    next >
Text File  |  2001-03-21  |  989b  |  27 lines

  1. Synopsis:
  2.    load autoop
  3.  
  4. Description:
  5.    This script allows the client to automatically grant a user channel mode
  6.    +o upon joining the channel, assuming the client has +o itself.  To help
  7.    keep mode changes to a minimum, the script will wait 10-20 seconds
  8.    before setting the mode.  Aliases are provided for adding and removing
  9.    users and channels to watch for.
  10.  
  11.      Alias           Description                                          
  12.      /addchan <x>    add channel to autoop list
  13.      /addop <x>      add user to autoop list
  14.      /delchan <x>    remove channel from autoop list
  15.      /delop <x>      remove user from autoop list
  16.      /showchan <x>   show channels that autoop watches
  17.      /showop <x>     show users that will receive the autoop
  18.  
  19. See Also:
  20.    load(5); mode(1)
  21.  
  22. Other Notes:
  23.    This script was originally written by Ian Frechette (Daemon), with
  24.    modifications by Jeremy Nelson (hop), jnelson@acronet.net, to optimize it
  25.    for ircII-EPIC.
  26.  
  27.